Skip to content

Instantly share code, notes, and snippets.

@spiiin
spiiin / Nes_game_list.txt
Created February 4, 2019 15:12
Best of nes games
8 Eyes (U) [!].nes
Abadox (J).nes
Addams Family, The (E) [!].nes
Adventures in the Magic Kingdom (E) [!].nes
Adventures of Lolo (U) [!].nes
Aladdin 4 (1996) (Unl) [!].nes
Alien 3 (E) [!].nes
Alien Syndrome (J).nes
Antarctic Adventure (J).nes
Astyanax (U) [!].nes
@DanielStormApps
DanielStormApps / ppp-subscription-pricing-breakdown.md
Created March 10, 2026 20:04
PPP Subscription Pricing Breakdown

PPP Subscription Pricing Breakdown

Core Formula

Target USD = $17.99 (base price) x PLR (Price Level Ratio)
New Price  = floor(Target USD) to nearest $X.99

With two hard boundaries:

@n1snt
n1snt / Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md
Last active March 10, 2026 19:58
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md

Oh my zsh.

Oh My Zsh

Install ZSH.

sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh

Install Oh my ZSH.

"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@andreibosco
andreibosco / raspberry-disable-ipv6.md
Created March 24, 2017 21:06
Raspberry Pi: disable IPv6
@andredlam
andredlam / setup_KVM.md
Created June 25, 2025 00:27
Setup KVM

KVM/QEMU Setup Guide for Ubuntu 24.04

Overview

This guide covers the complete setup of KVM (Kernel-based Virtual Machine) with QEMU and libvirt on Ubuntu 24.04 LTS. KVM provides near-native performance virtualization on Linux systems and is ideal for homelab environments.

Prerequisites

Hardware Requirements

@seanedwards
seanedwards / vision.md
Last active March 10, 2026 19:38
npc-vision.md

Mudguy: AI NPC Agent System for Text-Based Worlds

Vision Document v0.1

Purpose

Mudguy is a system that connects AI-powered NPCs to any MUD/MUSH game server using lowest-common-denominator protocols. NPCs perceive the game world, form memories, maintain relationships, and interact with players and each other to create a living, breathing world — even when no players are present.

This document captures the high-level architecture and design intent. It is not an implementation plan. Individual subsystems will receive their own detailed design documents before any code is written.

@lbssousa
lbssousa / Instructions.md
Last active March 10, 2026 19:37
VSCode + Dev Containers and Toolbx/Distrobox setup for Fedora Silverblue

VSCode + Dev Containers and Toolbx/Distrobox setup for Fedora Silverblue

PLEASE NOTE:

I personally don't use Flatpak VSCode anymore, since I switched from Fedora Silverblue to Universal Blue's project Bluefin-DX. I'll leave the instructions here for those who want them, but be aware that Flatpak VSCode instructions won't be maintained anymore.

Steps

If you prefer VSCode Flatpak

  1. Install VSCode Flatpak from Flathub:
@squarism
squarism / iterm2.md
Last active March 10, 2026 19:35
An iTerm2 Cheatsheet

In the below keyboard shortcuts, I use the capital letters for reading clarity but this does not imply shift, if shift is needed, I will say shift. So + D does not mean hold shift. + Shift + D does of course.

Tabs and Windows

Function Shortcut
New Tab + T
Close Tab or Window + W (same as many mac apps)
Go to Tab + Number Key (ie: ⌘2 is 2nd tab)
Go to Split Pane by Direction + Option + Arrow Key